Posts

Post not yet marked as solved
3 Replies
Thanks for your help Claude31,since I am on macOS Appkit, I am using a NSTableView and NSScrollView and decelerationRate is not available.I tried to add a sleep of 0.2s to:func tableView(_ tableView: NSTableView, validateDrop info: NSDraggingInfo, proposedRow row: Int, proposedDropOperation dropOperation: NSTableView.DropOperation) -> NSDragOperationand it kind of works. The scrolling is slower and a little bit choppy but definitely more usable than before!I am still curious about the "proper" way of doing it, but thanks a lot and kudos for the help!Paolo.